-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable group ids region names #55
Conversation
* so that ids can be specified at runtime for densities * plumbed it through the rest of the code
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
=======================================
Coverage ? 97.76%
=======================================
Files ? 22
Lines ? 1429
Branches ? 0
=======================================
Hits ? 1397
Misses ? 32
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* add doc
9911901
to
57070f3
Compare
f8d862e
to
9b324fe
Compare
@lecriste; this is ready to try - please pass the config with the updates for the steps that require changes, and let me know if it it works |
I tested the four steps requiring the config and I confirm I got the expected result. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main Readme should be updated with the new --group-ids-config-path
argument for the four CLIs,
Since it's not a required argument, I think it's ok to allow people to discover it themselves if they need the additional configurability. |
How can one discover it? |
9b324fe
to
e9b6fdc
Compare
Using the
|
I find it quite hidden. |
It's a tradeoff between having a readme that is quite large and comprehensive vs. something that can be run and tested for people to see what is available - if they need more functionality, they should read the
The README is documenting the CLI, so the fact that it's required for the function isn't really an issue, I would say. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would mention the new config CLIs argument in the main ReadMe.
No description provided.